MSAASetValue

Uses Active Accessibility to set the value of a control.

Syntax

MSAASetValue("Value")

Arguments

Argument Description
Value Value to set on the control. Null values must be converted to empty strings before used.

Supported objects

Browser, Button, Calendar, Cell, CheckBox, ColumnHeader, ComboBox, ContextMenu, Control, DateTimePicker, EditBox, Grid, HTMLElement, HTMLLink, HTMLTable, Image, Item, Label, Link, ListBox, ListView, Menu, NavigationField, PopupMenu, ProgressBar, RadioButton, Row, RowHeader, ScrollBar, Slider, SpinBox, SubItem, Tab, TabBar, ToolBar, Tree, Window

Example

Window("Report a Bug").HTMLLink("Products").MSAASetValue("Products Footer Link")